home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / forth.txt < prev    next >
Text File  |  1993-11-03  |  3KB  |  62 lines

  1. Public (software) Library
  2. Programming Library
  3.  
  4. Descriptions and Compilation Copyright 1993 Nelson Ford
  5. Duplication, reprinting and distribution of these descriptions is restricted.
  6. See LICENSE.DOC in the PSL_NEWS directory for complete information
  7.  
  8.  
  9. =====Forth
  10.  
  11.  
  12. [Forth83]
  13. Forth83 is a Forth interpreter.
  14.  
  15. [FIFTH]
  16. Fifth 2.7 (Software Construction Company; $50) is a Forth-like programming
  17. system made up of a compiler, a text editor, debugger, a dictionary editor,
  18. and an interactive environment. Fifth uses incremental compilation that
  19. limits compiles to sections of code which have been changed, as they are
  20. changed, rather than requiring a recompilation of the entire program. The
  21. compiles are also extremely fast. Fifth supports graphics, 32-bit
  22. arithmetic, and the 8087 math coprocessor.
  23.  
  24. [FF]
  25. FF (Zimmer, Tom; $0) is a Forth system whose origins can be traced back to
  26. F83. FF has been tailored to use sequential files for source, and all
  27. references to BLOCK have been removed.
  28.  
  29. [MVPForth]
  30. MVPForth is a FORTH interpreter plus two other FORTH interpreters on the
  31. same disk.
  32.  
  33. [PYGMY]
  34. Pygmy Forth 1.4 (Sergeant, Frank; $?) is a Forth programming environment
  35. based on Charles Moore's cmFORTH for the NOVIX Forth chip. It includes an
  36. editor and assembler, yet only takes about 14k of disk space. It comes with
  37. a manual on disk and complete source code, including a meta-compiler. Up to
  38. 15 files can be opened simultaneously, and in-string literals are allowed.
  39.  
  40. [UCCFORTH]
  41. UCC Forth (United Controls Corporation; $?) is based on UCC's original
  42. 8-bit version of Forth. It is Direct Threaded; uses Sequential file
  43. structures rather than 1024 byte screens; has substantial built-in
  44. debugging and trace facilities; can shell through DOS 3.3 to utilize your
  45. normal word processor/editor; and can CLOAD binary COM files produced by
  46. MASM. EGA graphics are included.
  47.  
  48. [UNIFORT]
  49. The Uniforth Sampler is a subset of the full Professional UNIFORTH. It
  50. provides a full assembler, video editor and software floating-point
  51. arithmetic. It supports the FORTH-83 Standard with few exceptions. You will
  52. find the Sampler to be the equivalent of several commercial systems selling
  53. for $200 or more, according to the author. The author is no longer at the
  54. address given in the doc file.
  55.  
  56. [4TH_HLP]
  57. 4TH.Hlp
  58. (Spurill, Giles; $0)
  59. is a text file explaining what Forth language is, what the advantages of
  60. programming with Forth are, and other useful information concerning the use
  61. of Forth.
  62.